WinMsgBox Function
Shows a configurable dialog containing a message to the user.
Syntax
WinMsgBox (Prompt As String, [Style As AS_MsgBoxStyle = AS_ApplicationModal], [Title As String]) As AS_MsgBoxResult
Name | Description |
---|---|
Prompt |
Body text of the dialog. |
Style |
Style of the dialog as one or more of the AS_MsgBoxStyle constants. |
Title |
Title bar text of the dialog. |
Remarks
Not available in Meridian PowerWeb. The Prompt text can be formatted as described in Formatting Text With RTF Codes.